home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 January / CHIP Turkiye Ocak 1998.iso / ARACLAR / TF95140 / TEKFCT95.EXE / 0 / RCDATA / TLOGOPTIONSFORM / TLOGOPTIONSFORM.txt
Text File  |  1997-07-12  |  9KB  |  366 lines

  1. object LogOptionsForm: TLogOptionsForm
  2.   Left = 451
  3.   Top = 108
  4.   BorderStyle = bsDialog
  5.   Caption = 'TechFacts 95 Logging Options Form'
  6.   ClientHeight = 361
  7.   ClientWidth = 485
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   OnClose = FormClose
  14.   OnCloseQuery = FormCloseQuery
  15.   OnShow = FormShow
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object OKBtn: TButton
  19.     Left = 324
  20.     Top = 330
  21.     Width = 75
  22.     Height = 25
  23.     Caption = '&Ok'
  24.     Default = True
  25.     ModalResult = 1
  26.     TabOrder = 0
  27.     OnClick = OKBtnClick
  28.   end
  29.   object CancelBtn: TButton
  30.     Left = 404
  31.     Top = 330
  32.     Width = 75
  33.     Height = 25
  34.     Cancel = True
  35.     Caption = '&Cancel'
  36.     ModalResult = 2
  37.     TabOrder = 1
  38.     OnClick = CancelBtnClick
  39.   end
  40.   object PageControl1: TPageControl
  41.     Left = 8
  42.     Top = 8
  43.     Width = 473
  44.     Height = 313
  45.     ActivePage = TabSheet2
  46.     TabOrder = 2
  47.     object TabSheet1: TTabSheet
  48.       Caption = '&Options'
  49.       object RadioGroup1: TRadioGroup
  50.         Left = 0
  51.         Top = 0
  52.         Width = 465
  53.         Height = 33
  54.         Align = alTop
  55.         Caption = 'Logging is'
  56.         Columns = 2
  57.         ItemIndex = 0
  58.         Items.Strings = (
  59.           'Not Active'
  60.           'Active')
  61.         TabOrder = 0
  62.       end
  63.       object RadioGroup2: TRadioGroup
  64.         Left = 0
  65.         Top = 33
  66.         Width = 465
  67.         Height = 56
  68.         Align = alTop
  69.         Caption = 'Logging Schema'
  70.         Columns = 2
  71.         ItemIndex = 0
  72.         Items.Strings = (
  73.           'Using Timer'
  74.           'When Processes Start or End'
  75.           'On Startup Only')
  76.         TabOrder = 1
  77.         OnClick = RadioGroup2Click
  78.       end
  79.       object GroupBox3: TGroupBox
  80.         Left = 0
  81.         Top = 137
  82.         Width = 465
  83.         Height = 100
  84.         Align = alTop
  85.         Caption = 'What to log'
  86.         TabOrder = 2
  87.         object CheckBox3: TCheckBox
  88.           Left = 8
  89.           Top = 16
  90.           Width = 161
  91.           Height = 17
  92.           Caption = 'List of Processes'
  93.           TabOrder = 0
  94.         end
  95.         object CheckBox4: TCheckBox
  96.           Left = 8
  97.           Top = 32
  98.           Width = 169
  99.           Height = 17
  100.           Caption = 'GDI Resource Level'
  101.           TabOrder = 1
  102.         end
  103.         object CheckBox5: TCheckBox
  104.           Left = 8
  105.           Top = 48
  106.           Width = 161
  107.           Height = 17
  108.           Caption = 'USER Resource Level'
  109.           TabOrder = 2
  110.         end
  111.         object CheckBox6: TCheckBox
  112.           Left = 8
  113.           Top = 64
  114.           Width = 161
  115.           Height = 17
  116.           Caption = 'Memory Level'
  117.           TabOrder = 3
  118.         end
  119.         object CheckBox7: TCheckBox
  120.           Left = 8
  121.           Top = 80
  122.           Width = 185
  123.           Height = 17
  124.           Caption = 'Performance Data'
  125.           TabOrder = 4
  126.         end
  127.         object CheckBox8: TCheckBox
  128.           Left = 240
  129.           Top = 16
  130.           Width = 193
  131.           Height = 17
  132.           Caption = 'Local Disk Levels'
  133.           TabOrder = 5
  134.         end
  135.         object CheckBox9: TCheckBox
  136.           Left = 240
  137.           Top = 32
  138.           Width = 193
  139.           Height = 17
  140.           Caption = 'Remote Disk Levels'
  141.           TabOrder = 6
  142.         end
  143.         object CheckBox13: TCheckBox
  144.           Left = 240
  145.           Top = 48
  146.           Width = 201
  147.           Height = 17
  148.           Caption = 'Process Start - Process\DLL Details'
  149.           TabOrder = 7
  150.         end
  151.         object CheckBox14: TCheckBox
  152.           Left = 240
  153.           Top = 64
  154.           Width = 185
  155.           Height = 17
  156.           Caption = 'Process Heap Usage'
  157.           TabOrder = 8
  158.         end
  159.       end
  160.       object GroupBox4: TGroupBox
  161.         Left = 0
  162.         Top = 89
  163.         Width = 465
  164.         Height = 48
  165.         Align = alTop
  166.         Caption = 'Timed Log Settings'
  167.         TabOrder = 3
  168.         object Label1: TLabel
  169.           Left = 16
  170.           Top = 16
  171.           Width = 73
  172.           Height = 17
  173.           Caption = 'Log every:'
  174.         end
  175.         object Label3: TLabel
  176.           Left = 160
  177.           Top = 16
  178.           Width = 81
  179.           Height = 13
  180.           Caption = 'minutes'
  181.         end
  182.         object SpinEdit1: TSpinEdit
  183.           Left = 100
  184.           Top = 14
  185.           Width = 49
  186.           Height = 22
  187.           MaxValue = 1800
  188.           MinValue = 1
  189.           TabOrder = 0
  190.           Value = 60
  191.         end
  192.       end
  193.     end
  194.     object TabSheet2: TTabSheet
  195.       Caption = '&Log File'
  196.       object GroupBox2: TGroupBox
  197.         Left = 0
  198.         Top = 0
  199.         Width = 465
  200.         Height = 143
  201.         Align = alTop
  202.         Caption = 'Log File'
  203.         TabOrder = 0
  204.         object Label2: TLabel
  205.           Left = 8
  206.           Top = 16
  207.           Width = 89
  208.           Height = 17
  209.           Caption = 'File Location:'
  210.         end
  211.         object ExplorerButton1: TExplorerButton
  212.           Left = 434
  213.           Top = 13
  214.           Width = 25
  215.           Height = 25
  216.           Hint = 'Browse for a file location'
  217.           Bitmap.Data = {
  218.             F6000000424DF600000000000000760000002800000010000000100000000100
  219.             04000000000080000000CE0E0000C40E00000000000000000000000000000000
  220.             800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  221.             FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00555555555555
  222.             5555555555555555555555555555555555555555555555555555550000000000
  223.             5555500B8B8B8B8B055550F0B8B8B8B8B05550BF0B8B8B8B8B0550FBF0000000
  224.             000550BFBFBFBFB0555550FBFBFBFBF0555550BFBFBF00055555550BFBF05555
  225.             5555557000075555555555555555555555555555555555555555}
  226.           Caption = 'ExplorerButton'
  227.           Options = [boMonoDisplay, boIconOnly, boPopupMark, boShowBevel]
  228.           OnClick = ExplorerButton1Click
  229.           ParentShowHint = False
  230.           ShowHint = True
  231.         end
  232.         object Label5: TLabel
  233.           Left = 296
  234.           Top = 52
  235.           Width = 12
  236.           Height = 13
  237.           Caption = 'kb'
  238.         end
  239.         object Edit1: TEdit
  240.           Left = 92
  241.           Top = 13
  242.           Width = 337
  243.           Height = 21
  244.           TabOrder = 0
  245.         end
  246.         object CheckBox15: TCheckBox
  247.           Left = 8
  248.           Top = 50
  249.           Width = 177
  250.           Height = 17
  251.           Caption = 'Check maximum log file size:'
  252.           TabOrder = 1
  253.         end
  254.         object SpinEdit2: TSpinEdit
  255.           Left = 192
  256.           Top = 49
  257.           Width = 97
  258.           Height = 22
  259.           Increment = 10
  260.           MaxValue = 1000000
  261.           MinValue = 0
  262.           TabOrder = 2
  263.           Value = 100
  264.         end
  265.         object RadioGroup3: TRadioGroup
  266.           Left = 8
  267.           Top = 80
  268.           Width = 449
  269.           Height = 57
  270.           Caption = 'When maximum file size exceeded'
  271.           ItemIndex = 0
  272.           Items.Strings = (
  273.             'Delete log file - new file will be created automatically'
  274.             'Create new log file with incremented extension, ie: 001, 002')
  275.           TabOrder = 3
  276.         end
  277.       end
  278.       object GroupBox1: TGroupBox
  279.         Left = 0
  280.         Top = 143
  281.         Width = 465
  282.         Height = 130
  283.         Align = alTop
  284.         Caption = 'Log Style'
  285.         TabOrder = 1
  286.         object Label4: TLabel
  287.           Left = 8
  288.           Top = 20
  289.           Width = 47
  290.           Height = 13
  291.           Caption = 'Log Style:'
  292.         end
  293.         object RadioButton1: TRadioButton
  294.           Left = 72
  295.           Top = 18
  296.           Width = 113
  297.           Height = 17
  298.           Caption = 'Standard Log'
  299.           Checked = True
  300.           TabOrder = 0
  301.           TabStop = True
  302.           OnClick = CheckStyles
  303.         end
  304.         object RadioButton2: TRadioButton
  305.           Left = 208
  306.           Top = 18
  307.           Width = 113
  308.           Height = 17
  309.           Caption = 'Report Style'
  310.           TabOrder = 1
  311.           OnClick = CheckStyles
  312.         end
  313.         object CheckBox1: TCheckBox
  314.           Left = 8
  315.           Top = 40
  316.           Width = 201
  317.           Height = 17
  318.           Caption = 'Seperate fields w\commas'
  319.           TabOrder = 2
  320.         end
  321.         object CheckBox11: TCheckBox
  322.           Left = 8
  323.           Top = 56
  324.           Width = 193
  325.           Height = 17
  326.           Caption = 'Add Field Descriptors'
  327.           State = cbChecked
  328.           TabOrder = 3
  329.         end
  330.         object CheckBox10: TCheckBox
  331.           Left = 8
  332.           Top = 73
  333.           Width = 217
  334.           Height = 17
  335.           Caption = 'Each log field on a seperate log line'
  336.           State = cbChecked
  337.           TabOrder = 4
  338.         end
  339.         object CheckBox12: TCheckBox
  340.           Left = 240
  341.           Top = 56
  342.           Width = 217
  343.           Height = 17
  344.           Caption = 'Clear the log file before adding entries'
  345.           TabOrder = 5
  346.         end
  347.         object CheckBox2: TCheckBox
  348.           Left = 240
  349.           Top = 40
  350.           Width = 161
  351.           Height = 17
  352.           Caption = 'Include user id'
  353.           State = cbChecked
  354.           TabOrder = 6
  355.         end
  356.       end
  357.     end
  358.   end
  359.   object OpenFile1: TOpenDialog
  360.     FileEditStyle = fsEdit
  361.     Filter = 'log files|*.log|ini files|*.ini|text files|*.txt|all files|*.*'
  362.     Left = 280
  363.     Top = 336
  364.   end
  365. end
  366.